Skip to content

Resolve version conflict problems - #23

Merged
JinethBosilu merged 1 commit into
mainfrom
arosha
Feb 15, 2026
Merged

Resolve version conflict problems#23
JinethBosilu merged 1 commit into
mainfrom
arosha

Conversation

@iSiRaH

@iSiRaH iSiRaH commented Feb 15, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings February 15, 2026 07:22

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request addresses version conflicts in the Spring Boot configuration by changing the Spring Boot version from 4.0.2 to 3.5.8 in both the parent POM and the annotation processor configuration. Additionally, it reorganizes import statements in the JwtAuthenticationFilter class to group imports by package origin.

Changes:

  • Downgraded Spring Boot parent version from 4.0.2 to 3.5.8
  • Updated spring-boot-configuration-processor version to match parent version (3.5.8)
  • Reorganized imports in JwtAuthenticationFilter.java (java.io first, then org.springframework, then com.crimeLink, then jakarta)

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
pom.xml Updated Spring Boot parent version and configuration processor version from 4.0.2 to 3.5.8
src/main/java/com/crimeLink/analyzer/config/JwtAuthenticationFilter.java Reorganized import statements without changing functionality

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@JinethBosilu JinethBosilu left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@JinethBosilu
JinethBosilu merged commit 3887f4e into main Feb 15, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants